Contribution org.nuxeo.ecm.platform.faceted.search.dm.local.configuration.theme--layouts
org.nuxeo.ecm.platform.faceted.search.dm.local.configuration.theme
inside nuxeo-platform-faceted-search-jsf-5.8.jar
This contribution is part of XML component Extension Point
Extension point layouts of component WebLayoutManager.Contributed Items
XML Source
<extension point="layouts" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">
<layout name="faceted_search_configuration">
<templates>
<template mode="any">
/layouts/layout_local_configuration_template.xhtml
</template>
</templates>
<properties mode="any">
<property name="layoutTemplateToInclude">/layouts/layout_default_template.xhtml</property>
<property name="foldableBoxLabel">label.faceted.search.local.configuration.content.view.selection</property>
<property name="localConfigurationFacet">FacetedSearchLocalConfiguration</property>
<property name="helpLabel">label.faceted.search.local.configuration.content.view.selection.info</property>
</properties>
<rows>
<row>
<widget>faceted_search_content_views_selection</widget>
</row>
</rows>
</layout>
</extension>